Skip to main content

Get Bulk Send Lists

AutomatR.DocuSign.Activities.GetBulkSendLists

The "Get Bulk Send Lists" activity in AutomatR is part of the DocuSign Bulk Send activities package, allowing users to retrieve a list of Bulk Send Lists from the DocuSign API. This activity is valuable for obtaining information about multiple bulk send lists for further analysis and processing in automated workflows.

Properties

NameDescription
Misc
Display NameProvides a customizable name for the activity displayed in the workflow. The display name enhances clarity and organization within the automation project. String variables containing the desired display name.
Optional
DelaySpecifies the amount of time (in seconds) to wait before executing the "Get Bulk Send Lists" activity. This can be useful for handling synchronization issues. Integer variables containing the delay duration. Example: If the amount of time is 1000 milliseconds or 1 sec, i.e., 1.
Output
ResponseReturns the list of Bulk Send Lists retrieved from the DocuSign API. Variables of relevant types (e.g., List<BulkSendingListSummary>) to store the bulk send lists.

How to use:

  1. Drag and drop the "Get Bulk Send Lists" activity onto the workflow.
  2. Optionally, configure the delay.
  3. Execute the workflow to retrieve information about all available bulk send lists.

Important Note:

  • Ensure that the "Get Bulk Send Lists" activity is used within the scope of the "DocuSign Scope" activity.

Example: Consider an example where the "Get Bulk Send Lists" activity is used to retrieve information about all bulk send lists:

Get Bulk Send Lists:
Delay: 5
Response: bulkSendLists

In this example, the activity retrieves a list of Bulk Send Lists from DocuSign. The obtained information is stored in the variable "bulkSendLists" for further processing in the workflow.